a:focus-visible{
	outline:1px solid #000 !important;
	outline-color:rga(0,0,0) !important;
	out-style:solid!important;
	outline-width:1px !important;
	z-index:999;
	}
	a {
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:focus {
  outline: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.gray{
	color:#333;
	text-decoration:none;
	font-family:"Microsoft YaHei";
	font-weight:normal;
	padding-right:5px;
	line-height:32px;
}
select, textarea,input { color: #333; font-size: 14px; border: 1px #CCC solid; font-family: "Microsoft YaHei"; }
ul, li, table, tr, img { margin: 0px; padding: 0px; border: 0px; list-style-type: none; }
a.gray:hover {
	color:#DF3E2E;
	text-decoration:none;
}
a.red{
	color:#DF3E2E;
	text-decoration:none;
	font-family:"Microsoft YaHei";
}
a.red:hover {
color:#333;	
	text-decoration:none;
}
div {
	margin: 0px;
	padding:0px;
	border:0px;
	outline:none;
	font-family: "Microsoft YaHei"; 

}
a.link_bai {
	color:#fff;
	font-weight:normal;

	padding-right:8px;

}
a.link_bai:hover {
	color:#fff;
}
a.link_yellow {
	color:#FF8400;
	font-weight:normal;

	padding-right:5px;

}
select, textarea {
	color:#333;
	border:1px #CCC solid;
}

h1, h2, h3, h4, h5, h6,td,tr,th{
	margin:0px;
	padding:0px;
	border:0px;

}
.no_border {
	border:none;
	width:auto;
	height:auto;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
.clear_both {
	clear:both;
	height:0px;
}
/*2015116hu*/
.blue{
	color:#1780C9;}
.red2{
	color:#DF3E2E;}
.red{
	color:#DF3E2E;
	font-weight: bold;
}
.orange{
	color:#f60;
	font-weight:normal;}
.gray{
	color:#999;}
	.green{
		color:#019A4C;}
.ablue {
	color:#2A8BC7;
	text-decoration:none;}
.ablue:hover {
	color:#2A8BC7;
	text-decoration:underline;}
.agray {
	color:#999;
	font-weight:normal;
}
.agray:hover {
	color:#DF3E2E;
	font-weight:normal;}
.ayellow {
	color:#f60;
	font-weight:normal;}
.ayellow:hover {
	color:#DF3E2E;
	font-weight:normal;}
.clear_cs{ clear:both; width:100%; height:0px; line-height:0px;}
